home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / business / gohom10a.zip / GOSCHED.HLP < prev    next >
Text File  |  1994-04-30  |  23KB  |  615 lines

  1. Help file for GoHome.
  2.  
  3. @@Contents
  4. HelpOnHelp   : `1Using Help`0
  5. Overview     : `1GoSched Overview`0
  6. CommandLine  : `1Command line parameters`0
  7. @@SectionHdr :
  8. @@SectionHdr :      `2GoSched Edit Fields`0
  9. @@SectionHdr :
  10. TDescrip     : `1Task Description field`0
  11. TType        : `1Task Type field`0
  12. TFilename    : `1File name/Script name/Note field`0
  13. TStartTime   : `1Start Time field`0
  14. TEndTime     : `1End Time field`0
  15. TRepeat      : `1Min Repeat field`0
  16. TWhen        : `1When field`0
  17. TOptions     : `1Options button`0
  18. TTempDisable : `1Disable check box`0
  19. TaskList     : `1Task List`0
  20. @@SectionHdr :
  21. @@SectionHdr :    `2Option Dialog Box Fields`0
  22. @@SectionHdr :
  23. OptionsDlg   : `1Options Dialog`0
  24. OVidSave     : `1Video Save radio buttons`0
  25. OMemory      : `1Memory Requirements`0
  26. OSwap        : `1Swap to File Only`0
  27. OPrompt      : `1Start Script At Dos Prompt`0
  28. OPause       : `1Pause when done`0
  29. ONoLog       : `1Don't log task`0
  30. ONoCount     : `1No countdown window`0
  31. @@SectionHdr:
  32. @@SectionHdr:                    `2Function Keys`0
  33. @@SectionHdr:
  34. FnHelp       : `1F1`0   Display help for the currently hightlighted field
  35. FnSave       : `1F2`0   Save any changes made to the task file
  36. FnExit       : `1F3`0   Exit the task scheduler
  37. FnRun        : `1F4`0   Run the task highlighted in the Task List
  38. FnList       : `1F5`0   Show only the list of tasks without any edit fields
  39. FnEdit       : `1F6`0   Invoke the notepad or script editor
  40. FnCut        : `1F7`0   Delete the current task and copy it to the clipboard
  41. FnPaste      : `1F8`0   Paste the task in the clipboard into the current task's fields
  42. FnUndo       : `1F9`0   Undo any changes made to the current task
  43. @@EndContents
  44.  
  45.  
  46.  
  47. @@Help
  48. [HelpOnHelp]
  49. To use help, select the topic you want help on from the topics
  50. list (enter 'T' to get back to the topics list). Use the
  51. cursor and page keys to scroll through the text. The `2 Next`0
  52. and `2 Previous `0 buttons move to the next and previous
  53. topic, respectively.
  54.  
  55. All of the buttons in `1GoHelp`0 can be executed by simply
  56. pressing the key that is highlighted on the button. You can
  57. also TAB to the button or press it's accelerator key (press
  58. <ALT> + key hightlighted on button label).
  59.  
  60. To get help on a particular program, run `1GoHelp`0 and enter
  61. as the first argument on the command line one of `1GoHome`0,
  62. `1GoScript`0, `1GoSched`0, or `1GoEd`0. You can also run `1GoHelp`0 
  63. with no arguments, in which case you will be presented with a
  64. menu to select the program you want help on.
  65.  
  66. The `2Info`0 button, in the table of contents screen, will
  67. display a list of additional topics that are more general in
  68. nature. For instance, there's information on how to register
  69. the shareware version of `1GoHome`0, micellaneous last minute
  70. updates (if any), an overview of what this package contains, 
  71. and more. 
  72.  
  73.  
  74. [Overview] 
  75. `1GoSched`0 is used to schedule and edit the tasks that
  76. `1GoHome`0 can run. You can enter up to 99 tasks. You use
  77. `1GoSched`0 to set the start and end times and to specify the
  78. days on which a task is to run. `1GoSched`0 also allows you to
  79. "fine-tune" the task by specifying the tasks memory
  80. requirements, video requirements, whether or not to log the
  81. task, whether to start a script task at the DOS prompt, and
  82. whether to display the countdown window before the task is
  83. started.
  84.  
  85. The fastest way to start `1GoSched`0 is to bring up
  86. `1GoHome`0's main menu and select `2GoSchedule`0. This method
  87. can be used when your in the middle of a program or at the DOS
  88. prompt. Of course, `1GoSched`0 can also be started by typing
  89. `1GOSCHED`0 at the DOS prompt.  
  90.  
  91. Once a task is scheduled, `1GoSched`0 makes it easy to edit
  92. both batch file and script tasks. To do so, use the up/down
  93. arrow keys to highlight the task in the `2Task List`0, then
  94. press the `4F6`0 key. If the task is a batch file, `1GoEd`0
  95. will be started and the batch file will be be opened for
  96. editing. Similarly, if the task is a script file, `1GoScript`0
  97. will be started with the script file opened for editing.
  98.  
  99.  
  100. [CommandLine]
  101. The syntax for running `1GoSched`0 is:
  102.  
  103.   GOSCHED [`1parameters`0] [`1 @configFile`0] 
  104.  
  105. where
  106.  
  107. `1parameters`0 can be any number of the following:
  108.  
  109.   /LIST=[`1Y`0|N]         Show just the task list without any 
  110.                       edit fields
  111.   /SHUSH=[`1Y`0|N]        Run silently (no bells or whistles)
  112.   /CSET=[m|b|`11`0,2,3,4] Select color set
  113.                       (m->mono,b->B&W,other color)
  114.   /PAL=[`10`0|1|2]        Change color palette 
  115.                       (VGA only; 0->no change)
  116.  
  117. For information on `3config files`0 see `2Using a config file`0 in
  118. `1GoHome`0's help (ie. run 'GOHELP GOHOME').
  119.  
  120.  
  121.  
  122. [TDescrip]
  123. The `2Description`0 field is used to describe what a particular
  124. task does. The text entered in this field is displayed in the 
  125. countdown window whenever a task is ready to run. It is also
  126. written out to the `2Log`0 file to describe the task that ran.
  127. You can enter anything in this field to help describe the task.
  128.  
  129.  
  130. [TType]
  131. `1GoHome`0 has four types of events:
  132.    Batch File    -  any DOS batch file. If you are not familiar
  133.                     with batch files, refer to the DOS manual
  134.                     or one of the many books on using DOS.
  135.  
  136.    Script File   -  a script file recorded using `1GoHome`0 
  137.                     and/or edited using `1GoScript`0. For
  138.                     information on script files, please see
  139.                     both `2Record Script`0 in `1GoHome`0's
  140.                     help and the help for `1GoScript`0 (run
  141.                     'GOHELP GOSCRIPT').
  142.  
  143.    Reminder      -  displays a window with the supplied
  144.                     text to alert you of events (ie. birthdays,
  145.                     meetings, appointments, etc.)
  146.  
  147.    Command Line  -  commands that can be typed in at the DOS
  148.                     prompt. If more than one command is used,
  149.                     they must be seperated by semi-colons (';').
  150.                     For example:
  151.                      `2dir *.exe; mem; type c:\autoexec.bat`0
  152.  
  153. It is very important that the right task type be selected for
  154. each task.
  155.  
  156.  
  157. [TFilename]
  158. Depending on the task type selected, this field name will 
  159. change to either `2File name`0, `2Note`0, or `2Command`0.
  160.  
  161. If the task type is `2Batch File`0, then the field name will be
  162. `2File name`0 and you will be expected to enter the name and
  163. path of a valid batch file.
  164.  
  165. If the task type is `2Script File`0, then the field name will be
  166. `2File name`0 and you will be expected to enter the name and
  167. path of a valid script file.
  168.  
  169. If the task type is `2Reminder`0, then the field name will be
  170. `2Note`0 and you will be expected to enter the text that you
  171. want to appear in the Reminder window .
  172.  
  173.  
  174. If the task type is `2Command`0, then the field name will be
  175. `2Command`0 and you will be expected to enter one or more
  176. valid DOS prompt commands, seperated by semi-colons (';').
  177.  
  178.  
  179. [TStartTime]
  180. The `2Start Time`0 field is used to specify when GoHome should
  181. start the task. The time should be entered using the following 
  182. 12 hour format:
  183.  
  184.              HH:MM ?m
  185.  
  186.         where HH represent the number of hours (1 to 12)
  187.               MM represent the number of minutes (0 to 59)
  188.                ? is either 'a' for am or 'p' for pm.
  189.  
  190. If the `2Start Time`0 field is left blank, the task will not be 
  191. scheduled.
  192.  
  193. Example:
  194.     The following are some examples of valid start times:
  195.  
  196.           1:00 am
  197.          12:30p
  198.           5:22 pm
  199.          <blank> field implies that the task should not be 
  200.                  scheduled
  201.  
  202.  
  203. [TEndTime]
  204. You need to specify an `2End Time`0 only if the task is to be
  205. repeated throughout the day. The format for entering the time
  206. is the same as that used in  `2Start Time`0. Leaving the field
  207. blank implies that the task is not a repeating event.
  208.  
  209. NOTE: The `2Mins Repeat`0 field MUST be set to a non-zero 
  210.       value inorder for this field to be saved.
  211.  
  212. see also `4Start Time`0 and  `4Mins Repeat`0
  213.  
  214.  
  215.  
  216. [TRepeat]
  217. The `2Mins Repeat`0 field is used to specify the number of
  218. minutes that the task should be executed between the specified
  219. start and end times.
  220.  
  221. If an `2End Time`0 is not specified, the task will not be 
  222. reapeated.
  223.  
  224. Example:
  225.    Assume that you need to monitor the network load between
  226.    the hours of 10:00 am and 3:00 pm. Let's say that you'll
  227.    only interested in monitoring the load every ten minutes.
  228.    To schedule this task, you would fill out the 
  229.    `2Description`0, `2Task Type`0, `2Command`0, fields 
  230.    appropriately. For the `2Start Time`0 you'd enter "10:00 am",
  231.    for the `2End Time`0 enter "3:00 pm", and for the 
  232.    `2Mins Repeat`0 field enter "10". Your monitor program will
  233.    now run every 10 minutes between the hours of 10:00 am and
  234.    3:00 pm.
  235.  
  236.  
  237. see also `4Start Time`0 and  `4End Time`0
  238.  
  239.  
  240.  
  241. [TWhen] 
  242. The `2When`0 field is used to specify on what day(s) the task
  243. should run. `1GoHome`0 allows the days to be specified in one
  244. of three formats: specific date, days of the week, days in a
  245. month.
  246.  
  247. To change the `2When`0 field, either tab to the `2When`0 field
  248. or press <Alt>W. The `2When`0 field contains a drop-down list.
  249. To view the items in a drop-down list, hit the down arrow
  250. key. This will display a menu containing the three ways of
  251. specifying when the task should run. The following table
  252. describes the three items available in the menu.
  253.  
  254.  
  255.  
  256.      When        Exmaple    Meaning
  257. ---------------------------------------------------
  258.   `1Date`0         10/25/94   Used when a task is to be started
  259.                           on a specific day of the year. 
  260.                           For example, to remember meetings 
  261.                             and birthdays.
  262.   `1Week Days`0     M W F     Used to specify the day(s) of the
  263.                           week that a task should run.
  264.                           For example, you may want to do
  265.                           a FULL tape backup every Friday,
  266.                           and an incremental backup every
  267.                           Monday, Tuesday, Wednesday, and
  268.                           Thursday.
  269.   `1Days of Month`0  1 15     Used to specify the day(s) of the
  270.                           month that a task should run.
  271.                           For example, you may need to print
  272.                           you employees checks on the first
  273.                           and fifteen-th day of every month.
  274.         
  275.  
  276. When `2Date`0 is selected from the drop-down list, the `2When`0
  277. field will allow you to type in a valid date in the form of
  278.  
  279.              MM/DD/YY
  280.  
  281.         where MM  is the number of the month (ie 1=January,
  282.                   2=February, ..., 12=December.
  283.               DD  is the day of the month (1 to 31). 
  284.               YY  is the year        
  285.  
  286.  
  287. Selecting `2Week Days`0 from the drop-down list will cause a 
  288. window that displays the days of the week to appear. Use the
  289. <TAB> or arrow keys to move through the days. To select a 
  290. particular day, hit the space bar to place (or remove) a 
  291. checkmark. When you've finished selecting the days, hit 
  292. <ENTER>. The `2When`0 field will now show the days you
  293. selected.
  294.  
  295. Selecting `2Days of Month`0 from the drop-down list will allow
  296. you to type in the days of the month on which to run the task.
  297. Specifying a day as `232`0 will schedule the task to run on the
  298. last day of each month.
  299.  
  300.  
  301.  
  302.  
  303. [TOptions]
  304. The `2Options...`0 button will pop-up up a dialog box so that you
  305. can "tune" the way GoHome will run your task. See the section
  306. titled `4Option Dialog`0 for details on the fields contained in
  307. the dialog box.
  308.  
  309. [TTempDisable]
  310. `2Temp Disable`0 is a check box that can be used to temperarily 
  311. suspend scheduling the task. The `2Temp Disable`0 option 
  312. is a better alternative than clearing the `2Start Time`0 field
  313. for those tasks that you want to schedule at a later time.
  314.  
  315. [TaskList]
  316. `1GoSched`0 displays all the tasks in the `2Task List`0 list
  317. box. The `2Task List`0 shows the task description, task type,
  318. start and end times, number of minutes to repeat, and the
  319. day(s) to run it on. It will also place an asterisk ('*')
  320. next to the task number, for those tasks that are scheduled
  321. to run before midnight.
  322.  
  323. The following table shows the key assignments for 
  324. moving around in the task list.
  325.  
  326.         Key(s)        Meaning
  327.  -------------------------------------------------------
  328.   <Shift><up Arrow>   move to the previous task
  329.   <Shift><dwn Arrow>  move to the next task
  330.   <PageUp>            scroll backwards one page
  331.   <PageDown>          scroll forwards one page
  332.   <Ctrl><PageUp>      go to the top of the task list
  333.   <Ctrl><PageDown>    go to the bottom of the task list
  334.  
  335. If the edit fields are not displayed, the <Shift> key is not
  336. required to move to the previous or next task.
  337.  
  338. You can toggle between displaying the edit fields and
  339. displaying just the `2Task List`0 by using the `2<F5>`0 
  340. key. There is also a command line parameter (/LIST=[y|n])
  341. that can be placed in the config file to have only the
  342. `2Task List`0 display when `1GoSched`0 is started.
  343.  
  344. see also `4Command line parameters`0
  345.  
  346.  
  347. [OptionsDlg]
  348. The `2Options`0 dialog box is used to "fine" tune the way 
  349. `1GoHome`0 runs a task. The `2Options`0 dialog box looks like
  350.  
  351.         ╔══════════════ Options ═════════════════╗
  352.         ║                                        ║
  353.         ║  Video Save :  ()  Auto Determine ▄   ║
  354.         ║                ( )  None           █   ║
  355.         ║                ( )  Min Graphics   █   ║
  356.         ║                ( )  Max Graphics   █   ║
  357.         ║                     ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀   ║
  358.         ║  Memory :   KB Required  256 ▄         ║
  359.         ║             KB Desired   512 █         ║
  360.         ║             ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀         ║
  361.         ║    [ ]  Swap to File Only          ▄   ║
  362.         ║    [√]  Start Script At Dos Prompt █   ║
  363.         ║    [ ]  Pause when done            █   ║
  364.         ║    [ ]  Don't log task             █   ║
  365.         ║    [ ]  No countdown window        █   ║
  366.         ║         ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀   ║
  367.         ║                   OK   ▄             ║
  368.         ║                 ▀▀▀▀▀▀▀▀▀▀             ║
  369.         ╚════════════════════════════════════════╝
  370.  
  371. The following sections cover the details of the individual
  372. items.
  373.  
  374. [OVidSave]
  375. The `2Video Save`0 items are displayed in the `2Options`0
  376. dialog box. The four video items 
  377.         `1Auto Determine`0
  378.         `1None`0
  379.         `1Min Graphics`0
  380.         `1Max Graphics`0
  381.  
  382. All four items are mutually exclusive (ie. only one can be
  383. selected at a time).
  384.             
  385. The `2Video Save`0 radio buttons determine the amount of 
  386. video display memory that needs to be saved before running the
  387. task. This applies only to the situation where `1GoHome`0 must
  388. swap out a program in order to run a scheduled task. If the
  389. computer is at the DOS prompt, `1GoHome`0 will not save the
  390. screen image.
  391.  
  392. Generally, you should select `2Auto Determine`0 and have
  393. `1GoHome`0 determine what is necessary. 
  394.  
  395. If the screen is not restored properly after running a task,
  396. try selecting `2Min Graphics`0 first. If the screen is still
  397. not restored then use `2Max Graphics`0.
  398.  
  399. Some programs save an image of the screen when they start up
  400. and then restore it when they leave. `1GoEd`0 and `1GoSched`0 are 
  401. examples of these kind of programs. (To see for yourself, at 
  402. the DOS prompt use "dir" to display some text on the screen.
  403. Then start `1GoEd`0 by typing "GOED" at the DOS prompt. Once
  404. `1GoEd`0 starts, hit <F3> to exit. When `1GoEd`0 returns, the
  405. screen will be restored with the directory contents still 
  406. listed). For programs that behave this way, you can save some
  407. time by telling `1GoHome`0 to not save the screen image when
  408. running the program. To have `1GoHome`0 not save the screen,
  409. check the `2None`0 option in the `2Video Save`0 group.
  410.  
  411.  
  412. [OMemory]
  413. The `2Memory`0 requirement fields are displayed in the
  414. `2Options`0 dialog box. These two fields are used to specify
  415. the minium amount of memory required to run the task and
  416. the amount of memory desired. All values should be entered
  417. in kilobytes (1 kilobyte = 1024 bytes). These values are
  418. only used when it is necessary to swap out the current program
  419. to make more memory available for the task. `1GoHome`0 does
  420. not use the memory requirements when at the DOS prompt.
  421.  
  422. When a task is about to be run, `1GoHome`0 will check to see
  423. if the computer is at the DOS prompt. If it's not, `1GoHome`0
  424. will try to allocate the `2Desired`0 amount by swapping out
  425. the current program. If it cannot obtain the `2Desired`0 amount,
  426. it will try to obtain at least the `2Requested`0 amount. 
  427. If `1GoHome`0 cannot obtain at least the `2Requested`0 amount,
  428. it will not run the task.
  429.  
  430.  
  431. [OSwap]
  432. The `2Swap to File Only`0 option in the `2Options`0 dialog box
  433. is used to tell `1GoHome`0 that it should not use EMS or XMS
  434. memory when it must swap out the current program. Typically,
  435. `1GoHome`0 requires about 600K whenever it needs to swap a 
  436. program out. If the task requires a large amount of either EMS
  437. or XMS, then you might not what to have `1GoHome`0 use that
  438. memory when swaping the program out.  Therefore, if the `2Swap
  439. to File Only`0 check box is checked, `1GoHome`0 will not
  440. attempt to swap the program to EMS and XMS, instead it will
  441. swap it to the hard drive.
  442.  
  443.  
  444. [OPrompt] 
  445. The `2Start Script At Dos Prompt`0 check box is used only if
  446. the task is a script file. If this check box is checked,
  447. `1GoHome`0 will make sure that the script is started at the
  448. DOS prompt. It will also wait for the script to finish and
  449. return to the DOS prompt. Once it does, `1GoHome`0 will
  450. continue with the next task provided that one has been
  451. scheduled.
  452.  
  453. If necessary, `1GoHome`0 will swap out the current program and
  454. start a copy of the DOS command processor (COMMAND.COM) to
  455. make sure that the script starts at the DOS prompt.
  456.  
  457. You would want to make sure this option is checked when
  458. scheduling a task for unattended operation. 
  459.  
  460. For general script use in your everyday activities, you will
  461. probably want to un-check this option (if you don't, `1GoHome`0
  462. will swap out the current program before running the script).
  463.  
  464.  
  465. [OPause]
  466. The `2Pause when done`0 option in the `2Options`0 dialog box
  467. is used only when `2GoHome`0 must swap out a program so that 
  468. it can run the scheduled program. This option will pause or 
  469. wait upon completion of the task for either a keypress or 
  470. until sixty seconds passes before restoring the swapped out
  471. program.
  472.  
  473. You would use this option for those tasks that display data
  474. on the screen and quickly exit without you getting the chance
  475. to view the data. An example of this type of task would be
  476. a task that displays a directory listing (ie. "dir").
  477.  
  478. [ONoLog]
  479. `2GoHome`0 writes the start and end times of all tasks, with
  480. the exception of `2Reminder`0 tasks, to a log file (see
  481. `1Gohome's`0 help section titled `1Log file`0). If you run a
  482. task a number of times each day, you may not want to have
  483. `1GoHome`0 log it every time it runs. 
  484.  
  485. If the `1Don't log task`0 option in the `2Options`0 dialog box
  486. is checked, the task will not be written to the log file.  
  487.  
  488.  
  489. [ONoCount]
  490. Each time a task in `1GoSched`0's task list is run, `1GoHome`0
  491. displays a countdown dialog box that displays the description
  492. of the task. To run the task, you can either hit <ENTER> or
  493. wait until the countdown reaches zero (fifteen secounds).
  494.  
  495. For tasks that are run "interactively", you may not want to
  496. have this countdown box come up everytime. The `2No countdown`0
  497. `2window`0 in the `2Options`0 dialog box gives you the ablilty
  498. to turn the countdown window off when a task is run.  
  499.  
  500.  
  501.  **************** Functon Keys *******************
  502.  
  503. [FnHelp]
  504. You can get help for the current edit field by pressing the
  505. <F1> key. This will bring up the help system so you can
  506. also browse other topics of interest.
  507.  
  508.  
  509. [FnSave]
  510. The <F2> key will save any changes to the task data file. When
  511. `1GoSched`0 saves the tasks, it will also schedule any tasks
  512. whose times or dates have changed. If a task is scheduled to
  513. run before midnight, an asterisk ('*') will be placed next to
  514. the task number in the `2Task List`0.  ■
  515.  
  516. [FnExit]
  517. Use <F3> to exit `1GoSched`0. If any task was modified
  518. and the changes weren't saved, `1GoSched`0 will ask if
  519. you want to save the changes before terminating.
  520.  
  521. [FnRun] 
  522. `1GoSched`0 can be used as a sort of super "Task Menu".
  523. A task can be started from `1GoSched`0 by first higlighting
  524. the task in the `2Task List`0 and then hitting the <F4> key.
  525. `1GoSched`0 will terminate and the task will be executed.  
  526.  
  527.  
  528. [FnList]
  529. The <F5> key is used to toggle between displaying the edit
  530. fields and a few tasks in the `2Task List`0, and displaying
  531. just the `2Task List`0.
  532.  
  533.  
  534. [FnEditor]
  535. The <F6> key is used to start up either the file editor
  536. (`1GoEd`0) or the script editor (`1GoScript`0). 
  537.  
  538. If the highlighted task is a `2Script File`0, `1GoScript`0
  539. will be started with the specified script file already
  540. loaded.
  541.  
  542. If the highlighted task is not a `2Script File`0, then `1GoEd`0
  543. will be started. If the task is a `2Batch File`0 then the specified
  544. batch file will be loaded; otherwise, you'll be prompted to 
  545. enter the name of the file to edit.
  546.  
  547. Use the <Ctrl><F6> key to startup the script editor regardless
  548. of the task type of the higlighted task.
  549.  
  550. Use the <Shift><F6> key to startup the file editor regardless
  551. of the task type of the higlighted task.
  552.  
  553.  
  554. [FnCut]
  555. The <F7> key will copy the hightlighted task to the `2clipboard`0
  556. and then delete it from the task list. 
  557.  
  558. The `2clipboard`0 is a temporary "holding" place that contains
  559. the last task that was `2Cut`0.
  560.  
  561. To copy the task in the `2clipboard`0 to the highlighted task,
  562. use <F8> to `2Paste`0 the task.
  563.  
  564. [FnPaste]
  565. The <F8> key will copy the contents of the `2clipboard`0 into
  566. the task fields of the highlighted task. This will replace any
  567. data that may be in the highlighted task.
  568.  
  569. The `2clipboard`0 is a temporary "holding" place that contains
  570. the last task `2Cut`0.
  571.  
  572.  
  573. [FnUndo] 
  574. Use the <F9> key to undo ALL the changes made to the
  575. highlighted task. Note that this will undo all changes made
  576. including any changes in the current field and ALL other
  577. fields for that task. Once you move off of a task, you will
  578. not be able to undo any changes that were made.  Of course, no
  579. changes are written out to disk until you save them. So, if
  580. you make some changes that you later decide you don't want to
  581. make, as long as you haven't saved the changes, you can exit
  582. `1GoSched`0 and select NO when asked to save it.
  583.  
  584.  
  585. @@EndHelp
  586.